home *** CD-ROM | disk | FTP | other *** search
- flyNum = flyEnter;
- if(flyEnter < "10")
- {
- if(getTimer() >= bTime + "5000")
- {
- while(flyNum + "2" >= flyEnter)
- {
- tellTarget("/flyin" add flyEnter)
- {
- gotoAndPlay(2);
- }
- flyEnter += "1";
- }
- bTime = getTimer();
- }
- if(flyEnter == "1")
- {
- if(getTimer() >= bTime + "100")
- {
- while(flyNum + "3" >= flyEnter)
- {
- tellTarget("/flyin" add flyEnter)
- {
- gotoAndPlay(2);
- }
- flyEnter += "1";
- }
- bTime = getTimer();
- }
- }
- }
- if("0" < frTime)
- {
- if(getTimer() >= frTime + "10000")
- {
- tellTarget("/frog")
- {
- gotoAndPlay(2);
- }
- frTime = "0";
- }
- }
-